/* JS for preset "Horizontal form" */ $(function() { if (!$('body').is('.edit')) { $('.horizontal-form').each(function() { $(this).click(function() { $('.ed-form-captcha', this).addClass('show'); $('.ed-form-checkbox.privacy', this).addClass('show'); }); }); } }); /* End JS for preset "Horizontal form" */